Skip to content

Добавление юнит-тестов для Stellar Burgers#719

Open
SmllPlug wants to merge 4 commits intoYandex-Practicum:mainfrom
SmllPlug:develop1
Open

Добавление юнит-тестов для Stellar Burgers#719
SmllPlug wants to merge 4 commits intoYandex-Practicum:mainfrom
SmllPlug:develop1

Conversation

@SmllPlug
Copy link

@SmllPlug SmllPlug commented Mar 4, 2026

No description provided.


class TestIngredient:
@pytest.mark.parametrize('ingredient_type, name, price', FILLING + SAUCE)
def test_ingredient_getters(self, ingredient_type, name, price):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужно исправить: это юнит тесты, на каждый метод должен быть отдельный тест

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants